home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.1 / Amiga Developer CD v1.1 - May 1996 (1996)(Schatztruhe)[!].iso / Contributions / IAM / Networking / Envoy-2.0 / obs / Network_Printing < prev    next >
Text File  |  1994-12-22  |  2KB  |  61 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        *
  3.  *  $Id: Network_Printing 1.1 1994/11/29 13:36:31 heinz Exp $
  4.  *                                                                        */
  5. /*------------------------------------------------------------------------*/
  6.  
  7.  
  8. NETWORK PRINTING SUPPORT
  9. ========================
  10.  
  11. This release of Envoy provides the ability for one machine to share
  12. it's printer with other machines on the network.
  13.  
  14.  
  15. TO SHARE A PRINTER:
  16. -------------------
  17.  
  18. You should have answered "yes" at install time, when asked if you
  19. wanted to share or export a printer.  If not, use the "Services
  20. Configuration" utility, and drag the "printspool.service" icon out of
  21. Envoy/Services into the program's window.  Ensure that it's currently
  22. "enabled". You may have to reboot (or restart the services manager)
  23. for these changes to take effect.
  24.  
  25. Use the "Printer Export" configuration utility to decide who can and
  26. cannot access your printer.  Once done, any of these people can print.
  27.  
  28. TO USE A NETWORK PRINTER:
  29. -------------------------
  30.  
  31. First, you have to provide the system with a way of knowing that you
  32. don't want to use simply a serial or parallel printer. The utility
  33. "Network Printing" will do this for you.  Use the utility to INSTALL
  34. network printing (if brought up from WB, a requester will ask you
  35. which you prefer).
  36.  
  37. Next, use the utility "Printer Import" to select the machine whose
  38. printer you wish to access.
  39.  
  40. Once done, any references to PRT:, or any output done through
  41. printer.device will be forwarded to the remote printer.
  42.  
  43. Note:  Some programs made the mistake of assuming that the only forms
  44. of printing ever possible would be "serial" and "parallel", and
  45. bypassed the printer.device entirely.  There isn't an easy way to
  46. force these programs to conform.
  47.  
  48. Note:  If the remote printer is a "PostScript" printer, the CLIENT
  49. must be using the "PostScript" printer driver; this similarly applies
  50. for other printer types as well.
  51.  
  52. Note:  Several people have reported this as an 'Envoy' bug; older
  53. versions (2.1) of the Postscript printer driver are flawed -- the
  54. 'pass through' option in the 'PrinterPS' program doesn't work
  55. correctly.  The driver does, however, have the ability to sense
  56. postscript files -- and will automatically go into passthrough mode if
  57. a postscript file is printed.  This is NOT an Envoy bug.  Please stop
  58. reporting it as such.  :')
  59.  
  60.  
  61.